From 996d7277611a406c24f182fa4ec55b18e6ebe176 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 14 May 2010 17:21:32 +0100 Subject: [PATCH] Remove unused PAGE_SCRUB_SOFTIRQ definition. Signed-off-by: Keir Fraser --- xen/include/xen/softirq.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h index 1408a4cb15..0681afe91c 100644 --- a/xen/include/xen/softirq.h +++ b/xen/include/xen/softirq.h @@ -6,7 +6,6 @@ enum { TIMER_SOFTIRQ = 0, SCHEDULE_SOFTIRQ, NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ, - PAGE_SCRUB_SOFTIRQ, RCU_SOFTIRQ, NR_COMMON_SOFTIRQS }; -- 2.30.2